home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALABOUTFORM / TJOURNALABOUTFORM.txt
Encoding:
Text File  |  1996-12-12  |  1.1 KB  |  56 lines

  1. inherited JournalAboutForm: TJournalAboutForm
  2.   BorderIcons = [biSystemMenu]
  3.   BorderStyle = bsDialog
  4.   Caption = 'About the Journal'
  5.   ClientHeight = 253
  6.   ClientWidth = 309
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited SplashPanel: TPanel
  10.     Left = 15
  11.   end
  12.   object OkButton: TButton [1]
  13.     Left = 117
  14.     Top = 224
  15.     Width = 75
  16.     Height = 25
  17.     Caption = '&Ok'
  18.     ModalResult = 1
  19.     TabOrder = 1
  20.   end
  21.   object Panel1: TPanel [2]
  22.     Left = 16
  23.     Top = 160
  24.     Width = 278
  25.     Height = 57
  26.     BevelInner = bvLowered
  27.     BorderWidth = 3
  28.     TabOrder = 2
  29.     object VersionLabel: TLabel
  30.       Left = 99
  31.       Top = 8
  32.       Width = 79
  33.       Height = 19
  34.       Caption = 'Version 1.34'
  35.       Font.Color = clBlack
  36.       Font.Height = -16
  37.       Font.Name = 'Times New Roman'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       Transparent = True
  41.     end
  42.     object Label1: TLabel
  43.       Left = 48
  44.       Top = 28
  45.       Width = 182
  46.       Height = 19
  47.       Caption = 'Released December 13, 1996'
  48.       Font.Color = clBlack
  49.       Font.Height = -16
  50.       Font.Name = 'Times New Roman'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.   end
  55. end
  56.